Skip to content

Conversation

DaddyWarbucks
Copy link
Contributor

Closes #455

@fratzinger I know you are working on another cleanup branch. Should I PR this there instead?

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a performance issue by eliminating a redundant call to filterQuery() in the find method. The change replaces a direct call to filterQuery() with getOptions(), which likely already calls filterQuery() internally.

  • Replaces direct filterQuery() call with getOptions() call to avoid duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't call filterQuery twice

1 participant